@charset "utf-8";
@import url("webfonts/Chaparei/stylesheet.css");
@import url("webfonts/Agate/stylesheet.css");

/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.btn-wsp img{
    position: fixed;
    width: 90px;
    height: 70px;
    bottom: 300px;
    left: 5px;
    z-index: 1;
}
.btn-wsp img:hover{
    text-decoration: none;
    width: 80px;
    height: 60px;
}
body{
    margin: 0;
    font-family: Chaparei;
}
header{
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background: rgba(255,255,255,1);
    background-size: cover;
    box-sizing: border-box;
    z-index: 12;
    position: fixed;
}
#btn-menu{
    display: none;
}
header label{
    display: none;
    width: 30px;
    height: 30px;
    padding: 10px;
}
header label:hover{
    cursor: pointer;
    background: rgba(0,0,0,0.3);
}
.Cabecera .Nombre{
    padding: 25px;
    box-sizing: border-box;
    width: 25%;
}
.menu{
    font-family: Chaparei;
    font-size: 21px;
    width: 70%;
    float: right;
    margin-right: -600px;
    margin-top: 15px;
}
.menu ul{
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.menu li{
    text-align: center;
    flex-grow: 1;
}
.menu li a{
    display: block;
    padding: 5px 10px;
    color: rgba(102,36,131,1);
    font-weight: bold;
    text-decoration: none;
}
.menu li a:hover{
	background-color: rgba(102,36,131,0.80);
	color:rgba(255,255,255,1);
}
.menu li ul{
	display: none;
}
.menu li:hover > ul{
	display: list-item;
	justify-content: center;
    font-size: 18px;
}
.Inicio{
    width: 100%;
    height: 830px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: url(imagenes/Bogota.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.Inicio .Nslogan{
    width: 30%;
    text-align: center;
    margin-left: 60%;
    font-family: Agate;
    font-size: 60px;
    background-color: rgba(102,36,131,0.7);
    color: rgba(210,210, 210,1);
    margin-top: 40%;
}
.Inicio .Slogan{
    width: 40%;
    text-align: center;
    margin-left: 55%;
    font-family: Chaparei;
    font-size: 30px;
    background-color: rgba(102,36,131,0.7);
    color: rgba(210,210, 210,1);
    margin-top: 1%;
}
.Nosotros{
    width: 100%;
    height: 700px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: url(imagenes/nosotros1280.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.Nosotrost{
    width: 26%;
    font-family: Chaparei;
    color: rgba(210,210, 210,1);
    font-size: 25px;
    height: 50px;
    margin-left: 5.5%;
    margin-top: 10%;
    background-color: rgba(0,0,128,0.85);
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
	box-sizing: border-box;
	float: left;
} 
.Nosotrost p{
	font-size: 23px;
	padding-top: 20px;
	height: 350px;
	background-color: rgba(102,36,131,0.85);
	font-weight: normal;
	margin-top: 3%;
	padding-right: 25px;
	padding-left: 25px;
}
.Servicios{
    width: 26%;
    font-family: Chaparei;
    color: rgba(210,210, 210,1);
    font-size: 25px;
    height: 50px;
    margin-left: 5.5%;
    margin-top: 10%;
    background-color: rgba(0,0,128,0.85);
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
	box-sizing: border-box;
	float: left;
} 
.Servicios p{
	font-size: 23px;
	padding-top: 20px;
	height: 350px;
	background-color: rgba(102,36,131,0.85);
	font-weight: normal;
	margin-top: 3%;
	padding-right: 25px;
	padding-left: 25px;
}
.Equipo{
    width: 26%;
    font-family: Chaparei;
    color: rgba(210,210, 210,1);
    font-size: 25px;
    height: 50px;
    margin-left: 5.5%;
    margin-top: 10%;
    background-color: rgba(0,0,128,0.85);
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
	box-sizing: border-box;
	float: left;
} 
.Equipo p{
	font-size: 23px;
	padding-top: 20px;
	height: 350px;
	background-color: rgba(102,36,131,0.85);
	font-weight: normal;
	margin-top: 3%;
	padding-right: 25px;
	padding-left: 25px;
}
.Nosotros a{
    color: rgba(255,255,255,1);
    font-weight: normal;
}
.Nosotros a:hover{
    color: rgba(0,0,128,0.75);
    font-weight: bold;
}
.Productos h2{
    font-family: Chaparei;
    font-size: 50px;
    color: rgba(102,36,131,1);
    text-align: center;
    padding-top: 15px;
}
.container{
    width: 100%;
    height: 700px;
    background: rgba(255,255,255,1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-box{
    width: 220px;
    height: 600px;
    margin: 5px;
    border-radius: 30px;
    background: url(imagenes/SST.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    transition: width 0.7s;
}
.img-box:nth-child(2){
    background: url(imagenes/Asesoria\ Laboral.jpg);
    background-size: cover;
    background-position: center;
}
.img-box:nth-child(3){
    background: url(imagenes/Planes\ de\ negocio.jpg);
    background-size: cover;
    background-position: center;
}
.img-box:nth-child(4){
    background: url(imagenes/Modelos\ Comerciales.jpg);
    background-size: cover;
    background-position: center;
}
.img-box:nth-child(5){
    background: url(imagenes/Analisis\ financiero.jpg);
    background-size: cover;
    background-position: center;
}
.img-box h3{
    color: white;
    position: absolute;
    bottom: 25px;
    left: 10px;
    right: 10px;
    opacity: 0;
    font-size: 40px;
    background-color: rgba(102,36,131,1);
    transition: opacity 0.1s;
}
.img-box:hover {
    width: 500px;
    cursor: pointer;
}
.img-box:hover h3 {
    opacity: 1;
}
.Contactanos{
    width: 100%;
    height: 750px;
    background: url(imagenes/contactanos1280x853.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
}
.Fondo {
	width: 100%;
    height: 750px;
	background-color: rgba(88,88,88,0.70);
    margin-left: 0;
}
.Fondo .Texto p{
    font-size: 22px;
}
.Texto form button {
	width: 48%;
	height: 70%;
	font-family: Chaparei;
	background-color: rgba(102,36,131,0.85);
	color: rgba(210,210,210,1.00);
    font-weight: bold;
	font-size: 23px;
}
.Texto form button:hover {
	background-color: rgba(210,210,210,1);
    color: rgba(102,36,131,1);
    cursor: pointer;
}
.Texto{
    width: 40%;
    margin-left: 30%;
    color: rgba(255,255, 255,1);
    text-align: center;
    font-family: Chaparei;
}
.Texto h1{
    font-size: 50px;
    padding-top: 70px;
}
.Fondo .Texto form{
    font-size: 20px;
}
.Texto form input{
    width: 50%;
    height: 22px;
}
.Texto #btn-pol {
    width: 14px;
    height: 14px;
    position: absolute;
    margin-left: -350px;
    margin-top: -15px;
}
.Texto form h2{
    font-family: Chaparei;
    font-size: 14px;
    font-weight: normal;
    margin-left: -120px;
    width: 150%;
}
.Piedepagina {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	color: rgba(102,36,131,1.00);
 	font-size: 20px;
	text-align: left;
	float: right;
	font-family: Chaparei;
}

/* CSS Incio Sub paginas - Historia */

.Cabecera1 .Nombre1{
    padding: 25px;
    box-sizing: border-box;
    width: 25%;
}
.Cabecera1 p{
    font-size: 50px;
    margin-left: 650px;
    margin-top: -65px;
    color: rgba(102,36,131,1);
    text-align: right;
    width: 500px;
    height: 70px;
    font-weight: bold;
}
.et{
    width: 100%;
    padding-top: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: url(imagenes/historia1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    height: 770px;
}
.et .ett {
    width: 60%;
    margin-left: 20%;
    height: 20px;
    padding-top: 80px;
    margin-top: 6%;
    font-weight: bold;
}
.et .ett1 {
	width: 60%;
	margin-left: 20%;
	color: rgba(210,210,210,1);
	font-family: Chaparei;
	font-size: 21px;
	text-align: center;
	height: 430px;
	background-color: rgba(102,36,131,0.9);
	padding-top: 65px;
	padding-bottom: 30px;
	padding-left: 45px;
	padding-right: 45px;
	box-sizing: border-box;
	float: left;
}
.et .ett1 a {
	color: rgba(191,191,90,1.00);
}

.et .ett1 a:hover {
	color: rgba(210,210,210,1.00);
}

.et a button {
	width: 50%;
	font-family: Chaparei;
	background-color: rgba(191,191,90,0.85);
	color: rgba(210,210,210,1.00);
	font-size: 20px;
	text-align: center;
	margin-left: 0%;
	margin-top: 15%;
}

.et .ett p {
	margin-top: 30px;
	font-size:18px;
	color: rgba(191,191,90,1);
	text-align: left;
	text-decoration: underline;
	padding-left: 15px;
}

.et .ett p:hover{
	color: rgba(210,210,210,1.00);
}
/* CSS Incio Sub paginas - Segmentos */

.Cuerpo1 .Nosotros{
    width: 100%;
    height: 800px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: url(imagenes/Segmentos.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.Cuerpo1 .Nosotrost{
    margin-left: 22%;
    margin-top: 18%;
}
.Cuerpo1 .Servicios{
    margin-top: 18%;
}

/* CSS Incio Sub paginas - Agradecimiento */
.Cuerpo1 .ag{
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background-image: url(imagenes/gracias1280x854.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    height: 800px;
}
.Cuerpo1 .ag .agt1 {
    width: 40%;
    margin-top: 15%;
    margin-left: 30%;
    color: rgba(210,210, 210,1);
    font-family: Chaparei;
    font-size: 32px;
    text-align: center;
    height: 320px;
    background-color: rgba(0,0,128, 0.60);
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
    float: left;
}
.agt1 a p {
	color: rgba(191,191,90,1.00);
	font-family: Chaparei;
	font-size: 23px;
	margin-top: 15px;
	text-decoration: underline;
}

.agt1 a p:hover{
	color: rgba(102,36,131,1);
	font-size:23px;	
    font-weight: bold;
}

/* CSS Incio Sub paginas - Nuestros Clientes */

 /* ----- Sección principal ----- */
.Clientes {
    text-align: center;
    padding: 250px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.Clientes h2 {
    margin-bottom: 15px;
    font-size: 40px;
    color: rgba(102,36,131,1);
    font-weight: bold;
    }

    /* ----- Slider infinito de logos ----- */
.slider {
    overflow: hidden;
    position: relative;
    width: 115%;
    background: rgba(255,255, 255,1);
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 30px 0;
    margin-left: -90px;
}

.slide-track {
    display: flex;
    width: calc(250px * 13); /* Ajustar según cantidad de logos */
    animation: scroll 40s linear infinite;
}
.slide {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.slide img {
    max-width: 180px;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.3s, transform 0.3s;
}

.slide img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 7)); } /* Mitad del total de logos duplicados */
    }

    /* CSS Incio Sub paginas - Consultores */
.Cons{
    background-color: rgba(102,36,131,0.50);
    height: 825px;
}

.Cons .Marcela {
    margin-left: 80px;
    width: 600px;
    text-align:justify;
    padding-top: 130px;
    font-size: 16px;
}
.Marcela img{
    margin-left: 200px;
}
.Marcela b{
    font-size: 22px;
    font-weight: bold;
}
.Cons .Andres{
    margin-right: 30px;
    width: 600px;
    text-align: justify;
    margin-left: 750px;
    margin-top: -410px;
    font-size: 16px;
}
.Andres img{
    margin-left: 200px;
}
.Andres b{
    font-size: 22px;
    font-weight: bold;
}

    /* CSS Incio Sub paginas - Persona Natural */

.ServiciosPN {
    width: 100%;
    height: 800px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: url(imagenes/Persona-Natural.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.ServiciosPN .EPN{
    width: 80%;
    font-family: Chaparei;
    color: rgba(210,210, 210,1);
    font-size: 25px;
    height: 50px;
    margin-left: 10%;
    margin-top: 10%;
    background-color: rgba(102,36,131,0.85);
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
    box-sizing: border-box;
    float: left;
}
.ServiciosPN .EPN p{
    font-size: 20px;
    padding-top: 15px;
    height: 90px;
    background-color: rgba(0,0,128,0.85);
    font-weight: normal;
    margin-top: 1.5%;
    padding-right: 25px;
    padding-left: 25px;
}
.ServiciosPN .RPN{
    width: 80%;
    font-family: Chaparei;
    color: rgba(210,210, 210,1);
    font-size: 25px;
    height: 50px;
    margin-left: 10%;
    margin-top: 10%;
    background-color: rgba(102,36,131,0.85);
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
    box-sizing: border-box;
    float: left;
}
.ServiciosPN .RPN p{
    font-size: 20px;
    padding-top: 15px;
    height: 90px;
    background-color: rgba(0,0,128,0.85);
    font-weight: normal;
    margin-top: 1.5%;
    padding-right: 25px;
    padding-left: 25px;
}
.ServiciosPN .Crec{
    width: 80%;
    font-family: Chaparei;
    color: rgba(210,210, 210,1);
    font-size: 25px;
    height: 50px;
    margin-left: 10%;
    margin-top: 10%;
    background-color: rgba(102,36,131,0.85);
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
    box-sizing: border-box;
    float: left;
}
.ServiciosPN .Crec p{
    font-size: 20px;
    padding-top: 15px;
    height: 90px;
    background-color: rgba(0,0,128,0.85);
    font-weight: normal;
    margin-top: 1.5%;
    padding-right: 25px;
    padding-left: 25px;
}
.ServiciosPN a{
    color: rgba(191,191,90,1);
    font-weight: normal;
    font-size: 22px;
    background-color: rgba(102,36,131,0.85);
}
.ServiciosPN a:hover{
    color: rgba(210,210,210,1);
    font-weight: bold;
}

    /* CSS Incio Sub paginas - Sector Empresarial */

.SegEmp .Mercadeo{
    padding-top: 120px;
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}
.SegEmp .Mercadeo p{
	padding-left: 20px;
}

.SegEmp .Mercadeo img{
	text-align: center;
}
.SegEmp .Financiero{
    margin-left: 720px;
    width: 45%;
    margin-top: -190px;
    padding-right: 5%;
    text-align: justify;
}
.SegEmp .Legal{
    padding-top: 50px;
    width: 45%;
    padding-left: 20px;
    padding-right: 15px;
    text-align: justify;
}
.SegEmp .Legal p{
	padding-left: 20px;
}
.SegEmp .Comercial{
	margin-left:720px;
	width: 45%;
	margin-top: -170px;
	padding-right: 5%;
	text-align: justify;
}
.SegEmp .SG-SST{
    padding-top: 20px;
    width: 44%;
    padding-left: 40px;
    padding-right: 30px;
    text-align: justify;
}
.SegEmp .RRHH{
	padding-top:20px;
	margin-left:720px;
	width: 45%;
	margin-top: -210px;
	padding-right: 5%;
	text-align: justify;
}
.SegEmp .RRHH a{	
	margin-left: -680px;
	font-size: 22px;
}

.SegEmp .RRHH a:hover{
	color: rgba(191,191,90,1);
	font-weight: bold;
}

   /* CSS Incio Sub paginas - Documentos - Normatividad */

.Norma{
    height: 780px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.Norma .Slider{
    margin-top: 200px;
    background-color: rgba(255,255, 255,0.5);
    width: 50%;
    height: 400px;
    display: flex;
    margin-left: 30px;
}